home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / shane.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  267 b   |  15 lines

  1. on exitFrame
  2.   global end
  3.   if the movieTime of sprite 2 < end then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(2, 0)
  7.     go(the frame + 1)
  8.   end if
  9.   if rollOver(4) then
  10.     set the visible of sprite 7 to 0
  11.   else
  12.     set the visible of sprite 7 to 1
  13.   end if
  14. end
  15.